(mark-paragraph): Activate the mark.
authorRichard M. Stallman <rms@gnu.org>
Sun, 16 May 1993 15:48:45 +0000 (15:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 16 May 1993 15:48:45 +0000 (15:48 +0000)
lisp/textmodes/paragraphs.el

index ae2af6740741f45f8370b728389aa7b7645162ac..723cf0a6d35f644594b80b7fa4a60987f190e0a7 100644 (file)
@@ -134,7 +134,7 @@ See `forward-paragraph' for more information."
 The paragraph marked is the one that contains point or follows point."
   (interactive)
   (forward-paragraph 1)
-  (push-mark nil t)
+  (push-mark nil t t)
   (backward-paragraph 1))
 
 (defun kill-paragraph (arg)